#btnMap::before, #btnEntrance::before{
	[data-balloon][data-balloon-pos="up-left"]::before {
	  bottom: 100%;
	  left: 5px;
	  margin-bottom: 5px;
	  transform: translate(0, 10px);
	  transform-origin: top;
	}
	[data-balloon]::before {
	  background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(17,17,17,0.9)%22%20transform%3D%22rotate(0)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
		background-size: auto;
	  background-size: 100% auto;
	  width: 18px;
	  height: 6px;
	  filter: alpha(opactiy=0);
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	  opacity: 0;
	  pointer-events: none;
	  transition: all 0.18s ease-out 0.18s;
	  content: '';
	  position: absolute;
	  z-index: 10;
	}

}
